home *** CD-ROM | disk | FTP | other *** search
/ Hardcore Gamer Resource Kit / Hardcore Gamer Resource Kit - Disc 2.iso / Pc / F_J / FRUAV12.ZIP / UPDATE.BAT < prev   
DOS Batch File  |  1993-05-04  |  393b  |  14 lines

  1. echo off
  2. if not exist ckit.exe goto errors
  3. if "%1" == "" goto errors
  4. if not exist %1:fruaptch.exe goto errors
  5. %1:fruaptch -d -o
  6. goto complete
  7. :errors
  8. echo To update Unlimited Adventures, please switch
  9. echo to the directory that UA is installed in. Then
  10. echo type "a:update a" if the update disk is in drive
  11. echo A, or "b:update b" if the update disk is in
  12. echo drive B.
  13. :complete
  14.